home *** CD-ROM | disk | FTP | other *** search
/ Programming a Multiplayer FPS in DirectX / Programming a Multiplayer FPS in DirectX (Companion CD).iso / DirectX / dxsdk_oct2004.exe / dxsdk.exe / Samples / C++ / DirectInput / DIConfig / populate.h < prev    next >
Encoding:
C/C++ Source or Header  |  2004-09-27  |  427 b   |  17 lines

  1. //-----------------------------------------------------------------------------
  2. // File: populate.h
  3. //
  4. // Desc: Implements PopulateAppropriately.
  5. //
  6. // Copyright (C) Microsoft Corporation. All Rights Reserved.
  7. //-----------------------------------------------------------------------------
  8.  
  9. #ifndef __POPULATE_H__
  10. #define __POPULATE_H__
  11.  
  12.  
  13. HRESULT PopulateAppropriately(CDeviceUI &ui);
  14.  
  15.  
  16. #endif //__POPULATE_H__
  17.